From d8cf0bf133cede5c5eb43fdabcb94d329321df06 Mon Sep 17 00:00:00 2001 From: Debian Qt/KDE Maintainers Date: Thu, 23 Jun 2016 18:57:01 +0000 Subject: [PATCH] no_dbus_dependency Gbp-Pq: Name no_dbus_dependency.diff --- tests/auto/auto.pro | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index f7c38e442..c96cf49c9 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -33,10 +33,6 @@ cross_compile: SUBDIRS -= tools # Disable the QtDBus tests if we can't connect to the session bus qtHaveModule(dbus) { !system("dbus-send --session --type=signal / local.AutotestCheck.Hello >/dev/null 2>&1") { - contains(QT_CONFIG, dbus-linked): \ - error("QtDBus is enabled but session bus is not available. Please check the installation.") - else: \ - warning("QtDBus is enabled with runtime support, but session bus is not available. Skipping QtDBus tests.") SUBDIRS -= dbus } } else { -- 2.30.2